You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

notion-utils

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-utils

Useful utilities for working with Notion data. Isomorphic.

4.19.8
Source
npmnpm
Version published
Weekly downloads
41K
-3.55%
Maintainers
2
Weekly downloads
 
Created
Source

React Notion X

notion-utils

Useful utilities for working with Notion data. Isomorphic.

NPM Build Status Prettier Code Formatting

Install

npm install notion-utils

This package is compatible with both Node.js and client-side web usage.

Usage

import { parsePageId } from 'notion-utils'

parsePageId(
  'https://www.notion.so/Notion-Tests-067dd719a912471ea9a3ac10710e7fdf'
)
// '067dd719-a912-471e-a9a3-ac10710e7fdf'

parsePageId('About-d9ae0c6e7cad49a78e21d240cf2e3d04')
// 'd9ae0c6e-7cad-49a7-8e21-d240cf2e3d04'

parsePageId('About-d9ae0c6e7cad49a78e21d240cf2e3d04', { uuid: false })
// 'd9ae0c6e7cad49a78e21d240cf2e3d04'

Docs

See the auto-generated docs.

License

MIT © Travis Fischer

Support my OSS work by following me on twitter twitter

FAQs

Package last updated on 23 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts